projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811e9ba
)
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:31:57 +0000
(17:31 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:31:57 +0000
(17:31 -0800)
src/ChangeLog
patch
|
blob
|
history
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 5a84813fd804607e616f94d865a0e1aaa59c0e08..b25fcc36799a39002984267fd36778337ba0bd68 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2011-03-10 Paul Eggert <eggert@cs.ucla.edu>
* xselect.c (x_disown_buffer_selections): Remove; not used.
+ (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
so that the caller can use some name other than gcpro1.
diff --git
a/src/xselect.c
b/src/xselect.c
index 9fedb7126e1132d571f855cef5421a285e667ed6..27517f8252d38412bc09f317d1e1d1417978878d 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-97,7
+97,6
@@
static Lisp_Object clean_local_selection_data (Lisp_Object);
#define TRACE0(fmt) (void) 0
#define TRACE1(fmt, a0) (void) 0
#define TRACE2(fmt, a0, a1) (void) 0
-#define TRACE3(fmt, a0, a1) (void) 0
#endif